Html Css Color HEX #06DFF1 Bright Turquoise

📋 copy color: '#06DFF1'

red 6 ◦ green 223 ◦ blue 241

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

Shades of Bright Turquoise #06DFF1

Tints of Bright Turquoise #06DFF1

RGB

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

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

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

R = 1.28%
G = 47.45%
B = 51.28%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06DFF1 (or 0x06DFF1) is known color: Bright Turquoise. HEX triplet: 06, DF and F1. RGB value is (6,223,241). Sum of RGB (Red+Green+Blue) = 6+223+241=470 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #06DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DFF1 is #F9200E. Grayscale: #9F9F9F. Windows color (decimal): -16326671 or 15851270. OLE color: 15851270.

HSL color Cylindrical-coordinate representation of color #06DFF1: hue angle of 184.6º 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 #06DFF1 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 223 241 -
CMYK 0.98 0.07 0 0.05
HSL 184.6º 0.95% 0.48% -
HSV(B) 184.6º 0.98% 0.95% -
XYZ 42.34 59.16 92.41 -
YUV 160.17 173.61 18.04 -
System Red Green Blue C M Y K H S L
Decimal 6 223 241 0.98 0.07 0 0.05 184.6 0.95 0.48
Hex 6 DF F1 62 7 0 5 B9 5F 30
Octal 6 337 361 142 7 0 5 271 137 60
Binary 110 11011111 11110001 1100010 111 0 101 10111001 1011111 110000

Color Harmonies of #06DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DFF1

Black with #06DFF1

Text Example


Text Example

White with #06DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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