Html Css Color HEX #6BCCEB Turquoise Blue

📋 copy color: '#6BCCEB'

red 107 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #6BCCEB

Tints of Turquoise Blue #6BCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.36%

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 19.6%
G = 37.36%
B = 43.04%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BCCEB (or 0x6BCCEB) is known color: Turquoise Blue. HEX triplet: 6B, CC and EB. RGB value is (107,204,235). Sum of RGB (Red+Green+Blue) = 107+204+235=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCEB is #943314. Grayscale: #B2B2B2. Windows color (decimal): -9712405 or 15453291. OLE color: 15453291.

HSL color Cylindrical-coordinate representation of color #6BCCEB: hue angle of 194.53º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCCEB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 204 235 -
CMYK 0.54 0.13 0 0.08
HSL 194.53º 0.76% 0.67% -
HSV(B) 194.53º 0.54% 0.92% -
XYZ 42.65 52.31 86.45 -
YUV 178.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 107 204 235 0.54 0.13 0 0.08 194.53 0.76 0.67
Hex 6B CC EB 36 D 0 8 C3 4C 43
Octal 153 314 353 66 15 0 10 303 114 103
Binary 1101011 11001100 11101011 110110 1101 0 1000 11000011 1001100 1000011

Color Harmonies of #6BCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCEB

Black with #6BCCEB

Text Example


Text Example

White with #6BCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,235); }

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

background-color css

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

 a { background-color: rgb(107,204,235); }

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

border-color css

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

 span { border-color: rgb(107,204,235); }

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