Html Css Color HEX #06DDF1 Bright Turquoise

📋 copy color: '#06DDF1'

red 6 ◦ green 221 ◦ blue 241

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

Shades of Bright Turquoise #06DDF1

Tints of Bright Turquoise #06DDF1

RGB

 RED value IS 6 (2.73% from 255) = 1.28%

 GREEN value IS 221 (86.72% from 255) = 47.22%

 BLUE value IS 241 (94.53% from 255) = 51.5%

R = 1.28%
G = 47.22%
B = 51.5%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06DDF1 (or 0x06DDF1) is known color: Bright Turquoise. HEX triplet: 06, DD and F1. RGB value is (6,221,241). Sum of RGB (Red+Green+Blue) = 6+221+241=468 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #06DDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDF1 is #F9220E. Grayscale: #9E9E9E. Windows color (decimal): -16327183 or 15850758. OLE color: 15850758.

HSL color Cylindrical-coordinate representation of color #06DDF1: hue angle of 185.11º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DDF1 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 221 241 -
CMYK 0.98 0.08 0 0.05
HSL 185.11º 0.95% 0.48% -
HSV(B) 185.11º 0.98% 0.95% -
XYZ 41.81 58.1 92.23 -
YUV 159 174.27 18.87 -
System Red Green Blue C M Y K H S L
Decimal 6 221 241 0.98 0.08 0 0.05 185.11 0.95 0.48
Hex 6 DD F1 62 8 0 5 B9 5F 30
Octal 6 335 361 142 10 0 5 271 137 60
Binary 110 11011101 11110001 1100010 1000 0 101 10111001 1011111 110000

Color Harmonies of #06DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DDF1

Black with #06DDF1

Text Example


Text Example

White with #06DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DDF1; }

 p { color: rgb(6,221,241); }

 H1.HeaderClassName
 {
   color: #06DDF1;
 }
 .AnyTagClassName
 {
   color: #06DDF1;
 }
</style>

background-color css

<style>
 a { background-color: #06DDF1; }

 a { background-color: rgb(6,221,241); }

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

border-color css

<style>
 span { border-color: #06DDF1; }

 span { border-color: rgb(6,221,241); }

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