Html Css Color HEX #6BE5DD Turquoise Blue

📋 copy color: '#6BE5DD'

red 107 ◦ green 229 ◦ blue 221

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

Shades of Turquoise Blue #6BE5DD

Tints of Turquoise Blue #6BE5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 19.21%
G = 41.11%
B = 39.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#6BE5DD (or 0x6BE5DD) is known color: Turquoise Blue. HEX triplet: 6B, E5 and DD. RGB value is (107,229,221). Sum of RGB (Red+Green+Blue) = 107+229+221=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #6BE5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE5DD is #941A22. Grayscale: #BFBFBF. Windows color (decimal): -9706019 or 14542187. OLE color: 14542187.

HSL color Cylindrical-coordinate representation of color #6BE5DD: hue angle of 176.07º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE5DD is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 229 221 -
CMYK 0.53 0 0.03 0.10
HSL 176.07º 0.7% 0.66% -
HSV(B) 176.07º 0.53% 0.9% -
XYZ 47.13 64.38 78.35 -
YUV 191.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 107 229 221 0.53 0 0.03 0.10 176.07 0.7 0.66
Hex 6B E5 DD 35 0 3 A B0 46 42
Octal 153 345 335 65 0 3 12 260 106 102
Binary 1101011 11100101 11011101 110101 0 11 1010 10110000 1000110 1000010

Color Harmonies of #6BE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE5DD

Black with #6BE5DD

Text Example


Text Example

White with #6BE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,229,221); }

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

background-color css

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

 a { background-color: rgb(107,229,221); }

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

border-color css

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

 span { border-color: rgb(107,229,221); }

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