Html Css Color HEX #0FEEEF Bright Turquoise

📋 copy color: '#0FEEEF'

red 15 ◦ green 238 ◦ blue 239

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

Shades of Bright Turquoise #0FEEEF

Tints of Bright Turquoise #0FEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 3.05%
G = 48.37%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FEEEF (or 0x0FEEEF) is known color: Bright Turquoise. HEX triplet: 0F, EE and EF. RGB value is (15,238,239). Sum of RGB (Red+Green+Blue) = 15+238+239=492 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FEEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEEEF is #F01110. Grayscale: #ABABAB. Windows color (decimal): -15733009 or 15724047. OLE color: 15724047.

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

Color convert

RGB 15 238 239 -
CMYK 0.94 0.00 0 0.06
HSL 180.27º 0.88% 0.5% -
HSV(B) 180.27º 0.94% 0.94% -
XYZ 46.35 67.48 92.24 -
YUV 171.44 166.12 16.42 -
System Red Green Blue C M Y K H S L
Decimal 15 238 239 0.94 0.00 0 0.06 180.27 0.88 0.5
Hex F EE EF 5E 0 0 6 B4 58 32
Octal 17 356 357 136 0 0 6 264 130 62
Binary 1111 11101110 11101111 1011110 0 0 110 10110100 1011000 110010

Color Harmonies of #0FEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEEEF

Black with #0FEEEF

Text Example


Text Example

White with #0FEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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