Html Css Color HEX #6BECED Turquoise Blue

📋 copy color: '#6BECED'

red 107 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #6BECED

Tints of Turquoise Blue #6BECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 18.45%
G = 40.69%
B = 40.86%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BECED (or 0x6BECED) is known color: Turquoise Blue. HEX triplet: 6B, EC and ED. RGB value is (107,236,237). Sum of RGB (Red+Green+Blue) = 107+236+237=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECED is #941312. Grayscale: #C5C5C5. Windows color (decimal): -9704211 or 15592555. OLE color: 15592555.

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

Color convert

RGB 107 236 237 -
CMYK 0.55 0.00 0 0.07
HSL 180.46º 0.78% 0.67% -
HSV(B) 180.46º 0.55% 0.93% -
XYZ 51.34 69.23 90.78 -
YUV 197.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 107 236 237 0.55 0.00 0 0.07 180.46 0.78 0.67
Hex 6B EC ED 37 0 0 7 B4 4E 43
Octal 153 354 355 67 0 0 7 264 116 103
Binary 1101011 11101100 11101101 110111 0 0 111 10110100 1001110 1000011

Color Harmonies of #6BECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECED

Black with #6BECED

Text Example


Text Example

White with #6BECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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