Html Css Color HEX #30F1CB Turquoise

📋 copy color: '#30F1CB'

red 48 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #30F1CB

Tints of Turquoise #30F1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 9.76%
G = 48.98%
B = 41.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#30F1CB (or 0x30F1CB) is known color: Turquoise. HEX triplet: 30, F1 and CB. RGB value is (48,241,203). Sum of RGB (Red+Green+Blue) = 48+241+203=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F1CB is #CF0E34. Grayscale: #B2B2B2. Windows color (decimal): -13569589 or 13365552. OLE color: 13365552.

HSL color Cylindrical-coordinate representation of color #30F1CB: hue angle of 168.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1CB is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 203 -
CMYK 0.80 0 0.16 0.05
HSL 168.19º 0.87% 0.57% -
HSV(B) 168.19º 0.8% 0.95% -
XYZ 43.45 67.85 67.31 -
YUV 178.96 141.56 34.59 -
System Red Green Blue C M Y K H S L
Decimal 48 241 203 0.80 0 0.16 0.05 168.19 0.87 0.57
Hex 30 F1 CB 50 0 10 5 A8 57 39
Octal 60 361 313 120 0 20 5 250 127 71
Binary 110000 11110001 11001011 1010000 0 10000 101 10101000 1010111 111001

Color Harmonies of #30F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F1CB

Black with #30F1CB

Text Example


Text Example

White with #30F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,203); }

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

background-color css

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

 a { background-color: rgb(48,241,203); }

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

border-color css

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

 span { border-color: rgb(48,241,203); }

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