Html Css Color HEX #6BECDA Turquoise Blue

📋 copy color: '#6BECDA'

red 107 ◦ green 236 ◦ blue 218

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

Shades of Turquoise Blue #6BECDA

Tints of Turquoise Blue #6BECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

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

R = 19.07%
G = 42.07%
B = 38.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6BECDA (or 0x6BECDA) is known color: Turquoise Blue. HEX triplet: 6B, EC and DA. RGB value is (107,236,218). Sum of RGB (Red+Green+Blue) = 107+236+218=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDA is #941325. Grayscale: #C3C3C3. Windows color (decimal): -9704230 or 14347371. OLE color: 14347371.

HSL color Cylindrical-coordinate representation of color #6BECDA: hue angle of 171.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECDA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 236 218 -
CMYK 0.55 0 0.08 0.07
HSL 171.63º 0.77% 0.67% -
HSV(B) 171.63º 0.55% 0.93% -
XYZ 48.71 68.18 76.92 -
YUV 195.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 107 236 218 0.55 0 0.08 0.07 171.63 0.77 0.67
Hex 6B EC DA 37 0 8 7 AC 4D 43
Octal 153 354 332 67 0 10 7 254 115 103
Binary 1101011 11101100 11011010 110111 0 1000 111 10101100 1001101 1000011

Color Harmonies of #6BECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECDA

Black with #6BECDA

Text Example


Text Example

White with #6BECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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