Html Css Color HEX #0FFDDB Bright Turquoise

📋 copy color: '#0FFDDB'

red 15 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #0FFDDB

Tints of Bright Turquoise #0FFDDB

RGB

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

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

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

R = 3.08%
G = 51.95%
B = 44.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#0FFDDB (or 0x0FFDDB) is known color: Bright Turquoise. HEX triplet: 0F, FD and DB. RGB value is (15,253,219). Sum of RGB (Red+Green+Blue) = 15+253+219=487 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.08% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDDB is #F00224. Grayscale: #B1B1B1. Windows color (decimal): -15729189 or 14417167. OLE color: 14417167.

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

Color convert

RGB 15 253 219 -
CMYK 0.94 0 0.13 0.01
HSL 171.43º 0.98% 0.53% -
HSV(B) 171.43º 0.94% 0.99% -
XYZ 48.11 75.47 79.05 -
YUV 177.96 151.15 11.76 -
System Red Green Blue C M Y K H S L
Decimal 15 253 219 0.94 0 0.13 0.01 171.43 0.98 0.53
Hex F FD DB 5E 0 D 1 AB 62 35
Octal 17 375 333 136 0 15 1 253 142 65
Binary 1111 11111101 11011011 1011110 0 1101 1 10101011 1100010 110101

Color Harmonies of #0FFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFDDB

Black with #0FFDDB

Text Example


Text Example

White with #0FFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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