Html Css Color HEX #6BDEDC Turquoise Blue

📋 copy color: '#6BDEDC'

red 107 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #6BDEDC

Tints of Turquoise Blue #6BDEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 19.49%
G = 40.44%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6BDEDC (or 0x6BDEDC) is known color: Turquoise Blue. HEX triplet: 6B, DE and DC. RGB value is (107,222,220). Sum of RGB (Red+Green+Blue) = 107+222+220=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEDC is #942123. Grayscale: #BBBBBB. Windows color (decimal): -9707812 or 14474859. OLE color: 14474859.

HSL color Cylindrical-coordinate representation of color #6BDEDC: hue angle of 178.96º 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 #6BDEDC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 222 220 -
CMYK 0.52 0 0.01 0.13
HSL 178.96º 0.64% 0.65% -
HSV(B) 178.96º 0.52% 0.87% -
XYZ 45.1 60.54 77.02 -
YUV 187.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 107 222 220 0.52 0 0.01 0.13 178.96 0.64 0.65
Hex 6B DE DC 34 0 1 D B3 40 41
Octal 153 336 334 64 0 1 15 263 100 101
Binary 1101011 11011110 11011100 110100 0 1 1101 10110011 1000000 1000001

Color Harmonies of #6BDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEDC

Black with #6BDEDC

Text Example


Text Example

White with #6BDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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