Html Css Color HEX #00FFCB Bright Turquoise

📋 copy color: '#00FFCB'

red 0 ◦ green 255 ◦ blue 203

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

Shades of Bright Turquoise #00FFCB

Tints of Bright Turquoise #00FFCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.68%
B = 44.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#00FFCB (or 0x00FFCB) is known color: Bright Turquoise. HEX triplet: 00, FF and CB. RGB value is (0,255,203). Sum of RGB (Red+Green+Blue) = 0+255+203=458 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFCB is #FF0034. Grayscale: #ACACAC. Windows color (decimal): -16711733 or 13369088. OLE color: 13369088.

HSL color Cylindrical-coordinate representation of color #00FFCB: hue angle of 167.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFCB is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 0 255 203 -
CMYK 1 0 0.20 0
HSL 167.76º 1% 0.5% -
HSV(B) 167.76º 1% 1% -
XYZ 46.54 75.83 68.68 -
YUV 172.83 145.02 4.73 -
System Red Green Blue C M Y K H S L
Decimal 0 255 203 1 0 0.20 0 167.76 1 0.5
Hex 0 FF CB 64 0 14 0 A8 64 32
Octal 0 377 313 144 0 24 0 250 144 62
Binary 0 11111111 11001011 1100100 0 10100 0 10101000 1100100 110010

Color Harmonies of #00FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFCB

Black with #00FFCB

Text Example


Text Example

White with #00FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FFCB; }

 p { color: rgb(0,255,203); }

 H1.HeaderClassName
 {
   color: #00FFCB;
 }
 .AnyTagClassName
 {
   color: #00FFCB;
 }
</style>

background-color css

<style>
 a { background-color: #00FFCB; }

 a { background-color: rgb(0,255,203); }

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

border-color css

<style>
 span { border-color: #00FFCB; }

 span { border-color: rgb(0,255,203); }

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