Html Css Color HEX #6BDEE1 Turquoise Blue

📋 copy color: '#6BDEE1'

red 107 ◦ green 222 ◦ blue 225

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

Shades of Turquoise Blue #6BDEE1

Tints of Turquoise Blue #6BDEE1

RGB

 RED value IS 107 (42.19% from 255) = 19.31%

 GREEN value IS 222 (87.11% from 255) = 40.07%

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 19.31%
G = 40.07%
B = 40.61%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BDEE1 (or 0x6BDEE1) is known color: Turquoise Blue. HEX triplet: 6B, DE and E1. RGB value is (107,222,225). Sum of RGB (Red+Green+Blue) = 107+222+225=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BDEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEE1 is #94211E. Grayscale: #BBBBBB. Windows color (decimal): -9707807 or 14802539. OLE color: 14802539.

HSL color Cylindrical-coordinate representation of color #6BDEE1: hue angle of 181.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEE1 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 222 225 -
CMYK 0.52 0.01 0 0.12
HSL 181.53º 0.66% 0.65% -
HSV(B) 181.53º 0.52% 0.88% -
XYZ 45.78 60.8 80.56 -
YUV 187.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 107 222 225 0.52 0.01 0 0.12 181.53 0.66 0.65
Hex 6B DE E1 34 1 0 C B6 42 41
Octal 153 336 341 64 1 0 14 266 102 101
Binary 1101011 11011110 11100001 110100 1 0 1100 10110110 1000010 1000001

Color Harmonies of #6BDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEE1

Black with #6BDEE1

Text Example


Text Example

White with #6BDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BDEE1; }

 p { color: rgb(107,222,225); }

 H1.HeaderClassName
 {
   color: #6BDEE1;
 }
 .AnyTagClassName
 {
   color: #6BDEE1;
 }
</style>

background-color css

<style>
 a { background-color: #6BDEE1; }

 a { background-color: rgb(107,222,225); }

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

border-color css

<style>
 span { border-color: #6BDEE1; }

 span { border-color: rgb(107,222,225); }

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