Html Css Color HEX #0FDFF6 Bright Turquoise

📋 copy color: '#0FDFF6'

red 15 ◦ green 223 ◦ blue 246

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

Shades of Bright Turquoise #0FDFF6

Tints of Bright Turquoise #0FDFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 3.1%
G = 46.07%
B = 50.83%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0FDFF6 (or 0x0FDFF6) is known color: Bright Turquoise. HEX triplet: 0F, DF and F6. RGB value is (15,223,246). Sum of RGB (Red+Green+Blue) = 15+223+246=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FDFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFF6 is #F02009. Grayscale: #A3A3A3. Windows color (decimal): -15736842 or 16178959. OLE color: 16178959.

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

Color convert

RGB 15 223 246 -
CMYK 0.94 0.09 0 0.04
HSL 185.97º 0.93% 0.51% -
HSV(B) 185.97º 0.94% 0.96% -
XYZ 43.22 59.53 96.4 -
YUV 163.43 174.59 22.13 -
System Red Green Blue C M Y K H S L
Decimal 15 223 246 0.94 0.09 0 0.04 185.97 0.93 0.51
Hex F DF F6 5E 9 0 4 BA 5D 33
Octal 17 337 366 136 11 0 4 272 135 63
Binary 1111 11011111 11110110 1011110 1001 0 100 10111010 1011101 110011

Color Harmonies of #0FDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFF6

Black with #0FDFF6

Text Example


Text Example

White with #0FDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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