Html Css Color HEX #0FF9CB Bright Turquoise

📋 copy color: '#0FF9CB'

red 15 ◦ green 249 ◦ blue 203

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

Shades of Bright Turquoise #0FF9CB

Tints of Bright Turquoise #0FF9CB

RGB

 RED value IS 15 (6.25% from 255) = 3.21%

 GREEN value IS 249 (97.66% from 255) = 53.32%

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

R = 3.21%
G = 53.32%
B = 43.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0FF9CB (or 0x0FF9CB) is known color: Bright Turquoise. HEX triplet: 0F, F9 and CB. RGB value is (15,249,203). Sum of RGB (Red+Green+Blue) = 15+249+203=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF9CB is #F00634. Grayscale: #ADADAD. Windows color (decimal): -15730229 or 13367567. OLE color: 13367567.

HSL color Cylindrical-coordinate representation of color #0FF9CB: hue angle of 168.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF9CB is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 203 -
CMYK 0.94 0 0.18 0.02
HSL 168.21º 0.95% 0.52% -
HSV(B) 168.21º 0.94% 0.98% -
XYZ 44.85 72.16 68.07 -
YUV 173.79 144.48 14.74 -
System Red Green Blue C M Y K H S L
Decimal 15 249 203 0.94 0 0.18 0.02 168.21 0.95 0.52
Hex F F9 CB 5E 0 12 2 A8 5F 34
Octal 17 371 313 136 0 22 2 250 137 64
Binary 1111 11111001 11001011 1011110 0 10010 10 10101000 1011111 110100

Color Harmonies of #0FF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF9CB

Black with #0FF9CB

Text Example


Text Example

White with #0FF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF9CB; }

 p { color: rgb(15,249,203); }

 H1.HeaderClassName
 {
   color: #0FF9CB;
 }
 .AnyTagClassName
 {
   color: #0FF9CB;
 }
</style>

background-color css

<style>
 a { background-color: #0FF9CB; }

 a { background-color: rgb(15,249,203); }

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

border-color css

<style>
 span { border-color: #0FF9CB; }

 span { border-color: rgb(15,249,203); }

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