Html Css Color HEX #0FFDDF Bright Turquoise

📋 copy color: '#0FFDDF'

red 15 ◦ green 253 ◦ blue 223

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

Shades of Bright Turquoise #0FFDDF

Tints of Bright Turquoise #0FFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.53%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 3.05%
G = 51.53%
B = 45.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#0FFDDF (or 0x0FFDDF) is known color: Bright Turquoise. HEX triplet: 0F, FD and DF. RGB value is (15,253,223). Sum of RGB (Red+Green+Blue) = 15+253+223=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDDF is #F00220. Grayscale: #B2B2B2. Windows color (decimal): -15729185 or 14679311. OLE color: 14679311.

HSL color Cylindrical-coordinate representation of color #0FFDDF: hue angle of 172.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDDF is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 223 -
CMYK 0.94 0 0.12 0.01
HSL 172.44º 0.98% 0.53% -
HSV(B) 172.44º 0.94% 0.99% -
XYZ 48.64 75.68 81.86 -
YUV 178.42 153.15 11.44 -
System Red Green Blue C M Y K H S L
Decimal 15 253 223 0.94 0 0.12 0.01 172.44 0.98 0.53
Hex F FD DF 5E 0 C 1 AC 62 35
Octal 17 375 337 136 0 14 1 254 142 65
Binary 1111 11111101 11011111 1011110 0 1100 1 10101100 1100010 110101

Color Harmonies of #0FFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDDF

Black with #0FFDDF

Text Example


Text Example

White with #0FFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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