Html Css Color HEX #0FDAF0 Bright Turquoise

📋 copy color: '#0FDAF0'

red 15 ◦ green 218 ◦ blue 240

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

Shades of Bright Turquoise #0FDAF0

Tints of Bright Turquoise #0FDAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 3.17%
G = 46.09%
B = 50.74%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FDAF0 (or 0x0FDAF0) is known color: Bright Turquoise. HEX triplet: 0F, DA and F0. RGB value is (15,218,240). Sum of RGB (Red+Green+Blue) = 15+218+240=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FDAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDAF0 is #F0250F. Grayscale: #9F9F9F. Windows color (decimal): -15738128 or 15784463. OLE color: 15784463.

HSL color Cylindrical-coordinate representation of color #0FDAF0: hue angle of 185.87º 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 #0FDAF0 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 218 240 -
CMYK 0.94 0.09 0 0.06
HSL 185.87º 0.88% 0.5% -
HSV(B) 185.87º 0.94% 0.94% -
XYZ 41 56.54 91.19 -
YUV 159.81 173.25 24.71 -
System Red Green Blue C M Y K H S L
Decimal 15 218 240 0.94 0.09 0 0.06 185.87 0.88 0.5
Hex F DA F0 5E 9 0 6 BA 58 32
Octal 17 332 360 136 11 0 6 272 130 62
Binary 1111 11011010 11110000 1011110 1001 0 110 10111010 1011000 110010

Color Harmonies of #0FDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAF0

Black with #0FDAF0

Text Example


Text Example

White with #0FDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,240); }

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

background-color css

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

 a { background-color: rgb(15,218,240); }

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

border-color css

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

 span { border-color: rgb(15,218,240); }

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