Html Css Color HEX #6BDDDE Turquoise Blue

📋 copy color: '#6BDDDE'

red 107 ◦ green 221 ◦ blue 222

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

Shades of Turquoise Blue #6BDDDE

Tints of Turquoise Blue #6BDDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 19.45%
G = 40.18%
B = 40.36%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BDDDE (or 0x6BDDDE) is known color: Turquoise Blue. HEX triplet: 6B, DD and DE. RGB value is (107,221,222). Sum of RGB (Red+Green+Blue) = 107+221+222=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BDDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDDE is #942221. Grayscale: #BABABA. Windows color (decimal): -9708066 or 14605675. OLE color: 14605675.

HSL color Cylindrical-coordinate representation of color #6BDDDE: hue angle of 180.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDDE is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 222 -
CMYK 0.52 0.00 0 0.13
HSL 180.52º 0.64% 0.65% -
HSV(B) 180.52º 0.52% 0.87% -
XYZ 45.1 60.11 78.33 -
YUV 187.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 107 221 222 0.52 0.00 0 0.13 180.52 0.64 0.65
Hex 6B DD DE 34 0 0 D B5 40 41
Octal 153 335 336 64 0 0 15 265 100 101
Binary 1101011 11011101 11011110 110100 0 0 1101 10110101 1000000 1000001

Color Harmonies of #6BDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDDE

Black with #6BDDDE

Text Example


Text Example

White with #6BDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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