Html Css Color HEX #30FFD0 Turquoise

📋 copy color: '#30FFD0'

red 48 ◦ green 255 ◦ blue 208

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

Shades of Turquoise #30FFD0

Tints of Turquoise #30FFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 49.9%

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 9.39%
G = 49.9%
B = 40.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#30FFD0 (or 0x30FFD0) is known color: Turquoise. HEX triplet: 30, FF and D0. RGB value is (48,255,208). Sum of RGB (Red+Green+Blue) = 48+255+208=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFD0 is #CF002F. Grayscale: #BBBBBB. Windows color (decimal): -13566000 or 13696816. OLE color: 13696816.

HSL color Cylindrical-coordinate representation of color #30FFD0: hue angle of 166.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFD0 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 208 -
CMYK 0.81 0 0.18 0
HSL 166.38º 1% 0.59% -
HSV(B) 166.38º 0.81% 1% -
XYZ 48.36 76.7 71.93 -
YUV 187.75 139.42 28.32 -
System Red Green Blue C M Y K H S L
Decimal 48 255 208 0.81 0 0.18 0 166.38 1 0.59
Hex 30 FF D0 51 0 12 0 A6 64 3B
Octal 60 377 320 121 0 22 0 246 144 73
Binary 110000 11111111 11010000 1010001 0 10010 0 10100110 1100100 111011

Color Harmonies of #30FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFD0

Black with #30FFD0

Text Example


Text Example

White with #30FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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