Html Css Color HEX #6BE6DD Turquoise Blue

📋 copy color: '#6BE6DD'

red 107 ◦ green 230 ◦ blue 221

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

Shades of Turquoise Blue #6BE6DD

Tints of Turquoise Blue #6BE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.22%

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

R = 19.18%
G = 41.22%
B = 39.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#6BE6DD (or 0x6BE6DD) is known color: Turquoise Blue. HEX triplet: 6B, E6 and DD. RGB value is (107,230,221). Sum of RGB (Red+Green+Blue) = 107+230+221=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6DD is #941922. Grayscale: #C0C0C0. Windows color (decimal): -9705763 or 14542443. OLE color: 14542443.

HSL color Cylindrical-coordinate representation of color #6BE6DD: hue angle of 175.61º degrees, saturation: 0.71, 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 #6BE6DD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 230 221 -
CMYK 0.53 0 0.04 0.10
HSL 175.61º 0.71% 0.66% -
HSV(B) 175.61º 0.53% 0.9% -
XYZ 47.41 64.94 78.44 -
YUV 192.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 107 230 221 0.53 0 0.04 0.10 175.61 0.71 0.66
Hex 6B E6 DD 35 0 4 A B0 47 42
Octal 153 346 335 65 0 4 12 260 107 102
Binary 1101011 11100110 11011101 110101 0 100 1010 10110000 1000111 1000010

Color Harmonies of #6BE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE6DD

Black with #6BE6DD

Text Example


Text Example

White with #6BE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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