Html Css Color HEX #30FCD4 Turquoise

📋 copy color: '#30FCD4'

red 48 ◦ green 252 ◦ blue 212

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

Shades of Turquoise #30FCD4

Tints of Turquoise #30FCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

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

R = 9.38%
G = 49.22%
B = 41.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#30FCD4 (or 0x30FCD4) is known color: Turquoise. HEX triplet: 30, FC and D4. RGB value is (48,252,212). Sum of RGB (Red+Green+Blue) = 48+252+212=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCD4 is #CF032B. Grayscale: #BABABA. Windows color (decimal): -13566764 or 13958192. OLE color: 13958192.

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

Color convert

RGB 48 252 212 -
CMYK 0.81 0 0.16 0.01
HSL 168.24º 0.97% 0.59% -
HSV(B) 168.24º 0.81% 0.99% -
XYZ 47.91 75 74.24 -
YUV 186.44 142.41 29.25 -
System Red Green Blue C M Y K H S L
Decimal 48 252 212 0.81 0 0.16 0.01 168.24 0.97 0.59
Hex 30 FC D4 51 0 10 1 A8 61 3B
Octal 60 374 324 121 0 20 1 250 141 73
Binary 110000 11111100 11010100 1010001 0 10000 1 10101000 1100001 111011

Color Harmonies of #30FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCD4

Black with #30FCD4

Text Example


Text Example

White with #30FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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