Html Css Color HEX #06F1CB Bright Turquoise

📋 copy color: '#06F1CB'

red 6 ◦ green 241 ◦ blue 203

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

Shades of Bright Turquoise #06F1CB

Tints of Bright Turquoise #06F1CB

RGB

 RED value IS 6 (2.73% from 255) = 1.33%

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

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

R = 1.33%
G = 53.56%
B = 45.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#06F1CB (or 0x06F1CB) is known color: Bright Turquoise. HEX triplet: 06, F1 and CB. RGB value is (6,241,203). Sum of RGB (Red+Green+Blue) = 6+241+203=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #06F1CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F1CB is #F90E34. Grayscale: #A6A6A6. Windows color (decimal): -16322101 or 13365510. OLE color: 13365510.

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

Color convert

RGB 6 241 203 -
CMYK 0.98 0 0.16 0.05
HSL 170.3º 0.95% 0.48% -
HSV(B) 170.3º 0.98% 0.95% -
XYZ 42.31 67.26 67.25 -
YUV 166.4 148.64 13.59 -
System Red Green Blue C M Y K H S L
Decimal 6 241 203 0.98 0 0.16 0.05 170.3 0.95 0.48
Hex 6 F1 CB 62 0 10 5 AA 5F 30
Octal 6 361 313 142 0 20 5 252 137 60
Binary 110 11110001 11001011 1100010 0 10000 101 10101010 1011111 110000

Color Harmonies of #06F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F1CB

Black with #06F1CB

Text Example


Text Example

White with #06F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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