Html Css Color HEX #0FDCEC Bright Turquoise

📋 copy color: '#0FDCEC'

red 15 ◦ green 220 ◦ blue 236

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

Shades of Bright Turquoise #0FDCEC

Tints of Bright Turquoise #0FDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 3.18%
G = 46.71%
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

#0FDCEC (or 0x0FDCEC) is known color: Bright Turquoise. HEX triplet: 0F, DC and EC. RGB value is (15,220,236). Sum of RGB (Red+Green+Blue) = 15+220+236=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FDCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCEC is #F02313. Grayscale: #A0A0A0. Windows color (decimal): -15737620 or 15522831. OLE color: 15522831.

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

Color convert

RGB 15 220 236 -
CMYK 0.94 0.07 0 0.07
HSL 184.34º 0.88% 0.49% -
HSV(B) 184.34º 0.94% 0.93% -
XYZ 40.93 57.34 88.27 -
YUV 160.53 170.58 24.2 -
System Red Green Blue C M Y K H S L
Decimal 15 220 236 0.94 0.07 0 0.07 184.34 0.88 0.49
Hex F DC EC 5E 7 0 7 B8 58 31
Octal 17 334 354 136 7 0 7 270 130 61
Binary 1111 11011100 11101100 1011110 111 0 111 10111000 1011000 110001

Color Harmonies of #0FDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCEC

Black with #0FDCEC

Text Example


Text Example

White with #0FDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,236); }

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

background-color css

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

 a { background-color: rgb(15,220,236); }

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

border-color css

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

 span { border-color: rgb(15,220,236); }

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