Html Css Color HEX #6BECE9 Turquoise Blue

📋 copy color: '#6BECE9'

red 107 ◦ green 236 ◦ blue 233

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

Shades of Turquoise Blue #6BECE9

Tints of Turquoise Blue #6BECE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 18.58%
G = 40.97%
B = 40.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#6BECE9 (or 0x6BECE9) is known color: Turquoise Blue. HEX triplet: 6B, EC and E9. RGB value is (107,236,233). Sum of RGB (Red+Green+Blue) = 107+236+233=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECE9 is #941316. Grayscale: #C4C4C4. Windows color (decimal): -9704215 or 15330411. OLE color: 15330411.

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

Color convert

RGB 107 236 233 -
CMYK 0.55 0 0.01 0.07
HSL 178.6º 0.77% 0.67% -
HSV(B) 178.6º 0.55% 0.93% -
XYZ 50.77 69 87.73 -
YUV 197.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 107 236 233 0.55 0 0.01 0.07 178.6 0.77 0.67
Hex 6B EC E9 37 0 1 7 B3 4D 43
Octal 153 354 351 67 0 1 7 263 115 103
Binary 1101011 11101100 11101001 110111 0 1 111 10110011 1001101 1000011

Color Harmonies of #6BECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECE9

Black with #6BECE9

Text Example


Text Example

White with #6BECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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