Html Css Color HEX #0FDEEE Bright Turquoise

📋 copy color: '#0FDEEE'

red 15 ◦ green 222 ◦ blue 238

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

Shades of Bright Turquoise #0FDEEE

Tints of Bright Turquoise #0FDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 3.16%
G = 46.74%
B = 50.11%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FDEEE (or 0x0FDEEE) is known color: Bright Turquoise. HEX triplet: 0F, DE and EE. RGB value is (15,222,238). Sum of RGB (Red+Green+Blue) = 15+222+238=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FDEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDEEE is #F02111. Grayscale: #A1A1A1. Windows color (decimal): -15737106 or 15654415. OLE color: 15654415.

HSL color Cylindrical-coordinate representation of color #0FDEEE: hue angle of 184.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDEEE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 222 238 -
CMYK 0.94 0.07 0 0.07
HSL 184.3º 0.88% 0.5% -
HSV(B) 184.3º 0.94% 0.93% -
XYZ 41.75 58.52 89.98 -
YUV 161.93 170.92 23.2 -
System Red Green Blue C M Y K H S L
Decimal 15 222 238 0.94 0.07 0 0.07 184.3 0.88 0.5
Hex F DE EE 5E 7 0 7 B8 58 32
Octal 17 336 356 136 7 0 7 270 130 62
Binary 1111 11011110 11101110 1011110 111 0 111 10111000 1011000 110010

Color Harmonies of #0FDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEEE

Black with #0FDEEE

Text Example


Text Example

White with #0FDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,238); }

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

background-color css

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

 a { background-color: rgb(15,222,238); }

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

border-color css

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

 span { border-color: rgb(15,222,238); }

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