Html Css Color HEX #0FEDCF Bright Turquoise

📋 copy color: '#0FEDCF'

red 15 ◦ green 237 ◦ blue 207

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

Shades of Bright Turquoise #0FEDCF

Tints of Bright Turquoise #0FEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.63%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 3.27%
G = 51.63%
B = 45.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#0FEDCF (or 0x0FEDCF) is known color: Bright Turquoise. HEX triplet: 0F, ED and CF. RGB value is (15,237,207). Sum of RGB (Red+Green+Blue) = 15+237+207=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDCF is #F01230. Grayscale: #A7A7A7. Windows color (decimal): -15733297 or 13626639. OLE color: 13626639.

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

Color convert

RGB 15 237 207 -
CMYK 0.94 0 0.13 0.07
HSL 171.89º 0.88% 0.49% -
HSV(B) 171.89º 0.94% 0.93% -
XYZ 41.74 65.17 69.41 -
YUV 167.2 150.45 19.44 -
System Red Green Blue C M Y K H S L
Decimal 15 237 207 0.94 0 0.13 0.07 171.89 0.88 0.49
Hex F ED CF 5E 0 D 7 AC 58 31
Octal 17 355 317 136 0 15 7 254 130 61
Binary 1111 11101101 11001111 1011110 0 1101 111 10101100 1011000 110001

Color Harmonies of #0FEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDCF

Black with #0FEDCF

Text Example


Text Example

White with #0FEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,237,207); }

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

background-color css

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

 a { background-color: rgb(15,237,207); }

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

border-color css

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

 span { border-color: rgb(15,237,207); }

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