Html Css Color HEX #30D0DD Turquoise

📋 copy color: '#30D0DD'

red 48 ◦ green 208 ◦ blue 221

#30D0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #30D0DD

Tints of Turquoise #30D0DD

RGB

 RED value IS 48 (19.14% from 255) = 10.06%

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 10.06%
G = 43.61%
B = 46.33%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30D0DD (or 0x30D0DD) is known color: Turquoise. HEX triplet: 30, D0 and DD. RGB value is (48,208,221). Sum of RGB (Red+Green+Blue) = 48+208+221=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #30D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0DD is #CF2F22. Grayscale: #A1A1A1. Windows color (decimal): -13578019 or 14536752. OLE color: 14536752.

HSL color Cylindrical-coordinate representation of color #30D0DD: hue angle of 184.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D0DD is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 208 221 -
CMYK 0.78 0.06 0 0.13
HSL 184.51º 0.72% 0.53% -
HSV(B) 184.51º 0.78% 0.87% -
XYZ 36.83 50.96 76.3 -
YUV 161.64 161.49 46.94 -
System Red Green Blue C M Y K H S L
Decimal 48 208 221 0.78 0.06 0 0.13 184.51 0.72 0.53
Hex 30 D0 DD 4E 6 0 D B9 48 35
Octal 60 320 335 116 6 0 15 271 110 65
Binary 110000 11010000 11011101 1001110 110 0 1101 10111001 1001000 110101

Color Harmonies of #30D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D0DD

Black with #30D0DD

Text Example


Text Example

White with #30D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30D0DD; }

 p { color: rgb(48,208,221); }

 H1.HeaderClassName
 {
   color: #30D0DD;
 }
 .AnyTagClassName
 {
   color: #30D0DD;
 }
</style>

background-color css

<style>
 a { background-color: #30D0DD; }

 a { background-color: rgb(48,208,221); }

 div.DivClassName
 {
   background-color: #30D0DD;
 }
 .BgClassName
 {
   background-color: #30D0DD;
 }
</style>

border-color css

<style>
 span { border-color: #30D0DD; }

 span { border-color: rgb(48,208,221); }

 td.TdClassName
 {
   border-color: #30D0DD;
 }
 .TagClassName
 {
   border-color: #30D0DD;
 }
</style>