Html Css Color HEX #6BDFDC Turquoise Blue

📋 copy color: '#6BDFDC'

red 107 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #6BDFDC

Tints of Turquoise Blue #6BDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

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

R = 19.45%
G = 40.55%
B = 40%

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

#6BDFDC (or 0x6BDFDC) is known color: Turquoise Blue. HEX triplet: 6B, DF and DC. RGB value is (107,223,220). Sum of RGB (Red+Green+Blue) = 107+223+220=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFDC is #942023. Grayscale: #BBBBBB. Windows color (decimal): -9707556 or 14475115. OLE color: 14475115.

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

Color convert

RGB 107 223 220 -
CMYK 0.52 0 0.01 0.13
HSL 178.45º 0.64% 0.65% -
HSV(B) 178.45º 0.52% 0.87% -
XYZ 45.37 61.07 77.11 -
YUV 187.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 107 223 220 0.52 0 0.01 0.13 178.45 0.64 0.65
Hex 6B DF DC 34 0 1 D B2 40 41
Octal 153 337 334 64 0 1 15 262 100 101
Binary 1101011 11011111 11011100 110100 0 1 1101 10110010 1000000 1000001

Color Harmonies of #6BDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFDC

Black with #6BDFDC

Text Example


Text Example

White with #6BDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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