Html Css Color HEX #6BD8DA Turquoise Blue

📋 copy color: '#6BD8DA'

red 107 ◦ green 216 ◦ blue 218

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

Shades of Turquoise Blue #6BD8DA

Tints of Turquoise Blue #6BD8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 19.78%
G = 39.93%
B = 40.3%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BD8DA (or 0x6BD8DA) is known color: Turquoise Blue. HEX triplet: 6B, D8 and DA. RGB value is (107,216,218). Sum of RGB (Red+Green+Blue) = 107+216+218=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BD8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8DA is #942725. Grayscale: #B7B7B7. Windows color (decimal): -9709350 or 14342251. OLE color: 14342251.

HSL color Cylindrical-coordinate representation of color #6BD8DA: hue angle of 181.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD8DA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 218 -
CMYK 0.51 0.01 0 0.15
HSL 181.08º 0.6% 0.64% -
HSV(B) 181.08º 0.51% 0.85% -
XYZ 43.27 57.3 75.11 -
YUV 183.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 107 216 218 0.51 0.01 0 0.15 181.08 0.6 0.64
Hex 6B D8 DA 33 1 0 F B5 3C 40
Octal 153 330 332 63 1 0 17 265 74 100
Binary 1101011 11011000 11011010 110011 1 0 1111 10110101 111100 1000000

Color Harmonies of #6BD8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD8DA

Black with #6BD8DA

Text Example


Text Example

White with #6BD8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,216,218); }

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

background-color css

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

 a { background-color: rgb(107,216,218); }

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

border-color css

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

 span { border-color: rgb(107,216,218); }

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