Html Css Color HEX #0FE9DF Bright Turquoise

📋 copy color: '#0FE9DF'

red 15 ◦ green 233 ◦ blue 223

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

Shades of Bright Turquoise #0FE9DF

Tints of Bright Turquoise #0FE9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 3.18%
G = 49.47%
B = 47.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#0FE9DF (or 0x0FE9DF) is known color: Bright Turquoise. HEX triplet: 0F, E9 and DF. RGB value is (15,233,223). Sum of RGB (Red+Green+Blue) = 15+233+223=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9DF is #F01620. Grayscale: #A6A6A6. Windows color (decimal): -15734305 or 14674191. OLE color: 14674191.

HSL color Cylindrical-coordinate representation of color #0FE9DF: hue angle of 177.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE9DF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 15 233 223 -
CMYK 0.94 0 0.04 0.09
HSL 177.25º 0.88% 0.49% -
HSV(B) 177.25º 0.94% 0.91% -
XYZ 42.66 63.71 79.86 -
YUV 166.68 159.78 19.81 -
System Red Green Blue C M Y K H S L
Decimal 15 233 223 0.94 0 0.04 0.09 177.25 0.88 0.49
Hex F E9 DF 5E 0 4 9 B1 58 31
Octal 17 351 337 136 0 4 11 261 130 61
Binary 1111 11101001 11011111 1011110 0 100 1001 10110001 1011000 110001

Color Harmonies of #0FE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE9DF

Black with #0FE9DF

Text Example


Text Example

White with #0FE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,233,223); }

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

background-color css

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

 a { background-color: rgb(15,233,223); }

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

border-color css

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

 span { border-color: rgb(15,233,223); }

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