Html Css Color HEX #30FFD4 Turquoise

📋 copy color: '#30FFD4'

red 48 ◦ green 255 ◦ blue 212

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

Shades of Turquoise #30FFD4

Tints of Turquoise #30FFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 9.32%
G = 49.51%
B = 41.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#30FFD4 (or 0x30FFD4) is known color: Turquoise. HEX triplet: 30, FF and D4. RGB value is (48,255,212). Sum of RGB (Red+Green+Blue) = 48+255+212=515 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.32% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFD4 is #CF002B. Grayscale: #BCBCBC. Windows color (decimal): -13565996 or 13958960. OLE color: 13958960.

HSL color Cylindrical-coordinate representation of color #30FFD4: hue angle of 167.54º 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 #30FFD4 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 212 -
CMYK 0.81 0 0.17 0
HSL 167.54º 1% 0.59% -
HSV(B) 167.54º 0.81% 1% -
XYZ 48.86 76.9 74.56 -
YUV 188.21 141.42 28 -
System Red Green Blue C M Y K H S L
Decimal 48 255 212 0.81 0 0.17 0 167.54 1 0.59
Hex 30 FF D4 51 0 11 0 A8 64 3B
Octal 60 377 324 121 0 21 0 250 144 73
Binary 110000 11111111 11010100 1010001 0 10001 0 10101000 1100100 111011

Color Harmonies of #30FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFD4

Black with #30FFD4

Text Example


Text Example

White with #30FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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