Html Css Color HEX #0FDCEB Bright Turquoise

📋 copy color: '#0FDCEB'

red 15 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #0FDCEB

Tints of Bright Turquoise #0FDCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 3.19%
G = 46.81%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FDCEB (or 0x0FDCEB) is known color: Bright Turquoise. HEX triplet: 0F, DC and EB. RGB value is (15,220,235). Sum of RGB (Red+Green+Blue) = 15+220+235=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FDCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCEB is #F02314. Grayscale: #A0A0A0. Windows color (decimal): -15737621 or 15457295. OLE color: 15457295.

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

Color convert

RGB 15 220 235 -
CMYK 0.94 0.06 0 0.08
HSL 184.09º 0.88% 0.49% -
HSV(B) 184.09º 0.94% 0.92% -
XYZ 40.79 57.29 87.5 -
YUV 160.42 170.08 24.28 -
System Red Green Blue C M Y K H S L
Decimal 15 220 235 0.94 0.06 0 0.08 184.09 0.88 0.49
Hex F DC EB 5E 6 0 8 B8 58 31
Octal 17 334 353 136 6 0 10 270 130 61
Binary 1111 11011100 11101011 1011110 110 0 1000 10111000 1011000 110001

Color Harmonies of #0FDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCEB

Black with #0FDCEB

Text Example


Text Example

White with #0FDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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