Html Css Color HEX #0FDFED Bright Turquoise

📋 copy color: '#0FDFED'

red 15 ◦ green 223 ◦ blue 237

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

Shades of Bright Turquoise #0FDFED

Tints of Bright Turquoise #0FDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 3.16%
G = 46.95%
B = 49.89%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FDFED (or 0x0FDFED) is known color: Bright Turquoise. HEX triplet: 0F, DF and ED. RGB value is (15,223,237). Sum of RGB (Red+Green+Blue) = 15+223+237=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FDFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFED is #F02012. Grayscale: #A2A2A2. Windows color (decimal): -15736851 or 15589135. OLE color: 15589135.

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

Color convert

RGB 15 223 237 -
CMYK 0.94 0.06 0 0.07
HSL 183.78º 0.88% 0.49% -
HSV(B) 183.78º 0.94% 0.93% -
XYZ 41.87 58.99 89.3 -
YUV 162.4 170.09 22.86 -
System Red Green Blue C M Y K H S L
Decimal 15 223 237 0.94 0.06 0 0.07 183.78 0.88 0.49
Hex F DF ED 5E 6 0 7 B8 58 31
Octal 17 337 355 136 6 0 7 270 130 61
Binary 1111 11011111 11101101 1011110 110 0 111 10111000 1011000 110001

Color Harmonies of #0FDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFED

Black with #0FDFED

Text Example


Text Example

White with #0FDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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