Html Css Color HEX #0FEDDB Bright Turquoise

📋 copy color: '#0FEDDB'

red 15 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #0FEDDB

Tints of Bright Turquoise #0FEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 3.18%
G = 50.32%
B = 46.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#0FEDDB (or 0x0FEDDB) is known color: Bright Turquoise. HEX triplet: 0F, ED and DB. RGB value is (15,237,219). Sum of RGB (Red+Green+Blue) = 15+237+219=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDDB is #F01224. Grayscale: #A8A8A8. Windows color (decimal): -15733285 or 14413071. OLE color: 14413071.

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

Color convert

RGB 15 237 219 -
CMYK 0.94 0 0.08 0.07
HSL 175.14º 0.88% 0.49% -
HSV(B) 175.14º 0.94% 0.93% -
XYZ 43.27 65.78 77.44 -
YUV 168.57 156.45 18.46 -
System Red Green Blue C M Y K H S L
Decimal 15 237 219 0.94 0 0.08 0.07 175.14 0.88 0.49
Hex F ED DB 5E 0 8 7 AF 58 31
Octal 17 355 333 136 0 10 7 257 130 61
Binary 1111 11101101 11011011 1011110 0 1000 111 10101111 1011000 110001

Color Harmonies of #0FEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEDDB

Black with #0FEDDB

Text Example


Text Example

White with #0FEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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