Html Css Color HEX #6BECE6 Turquoise Blue

📋 copy color: '#6BECE6'

red 107 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #6BECE6

Tints of Turquoise Blue #6BECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 18.67%
G = 41.19%
B = 40.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6BECE6 (or 0x6BECE6) is known color: Turquoise Blue. HEX triplet: 6B, EC and E6. RGB value is (107,236,230). Sum of RGB (Red+Green+Blue) = 107+236+230=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECE6 is #941319. Grayscale: #C4C4C4. Windows color (decimal): -9704218 or 15133803. OLE color: 15133803.

HSL color Cylindrical-coordinate representation of color #6BECE6: hue angle of 177.21º 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 #6BECE6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 236 230 -
CMYK 0.55 0 0.03 0.07
HSL 177.21º 0.77% 0.67% -
HSV(B) 177.21º 0.55% 0.93% -
XYZ 50.34 68.83 85.5 -
YUV 196.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 107 236 230 0.55 0 0.03 0.07 177.21 0.77 0.67
Hex 6B EC E6 37 0 3 7 B1 4D 43
Octal 153 354 346 67 0 3 7 261 115 103
Binary 1101011 11101100 11100110 110111 0 11 111 10110001 1001101 1000011

Color Harmonies of #6BECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECE6

Black with #6BECE6

Text Example


Text Example

White with #6BECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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