Html Css Color HEX #6BCCEA Turquoise Blue

📋 copy color: '#6BCCEA'

red 107 ◦ green 204 ◦ blue 234

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

Shades of Turquoise Blue #6BCCEA

Tints of Turquoise Blue #6BCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 19.63%
G = 37.43%
B = 42.94%

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

#6BCCEA (or 0x6BCCEA) is known color: Turquoise Blue. HEX triplet: 6B, CC and EA. RGB value is (107,204,234). Sum of RGB (Red+Green+Blue) = 107+204+234=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BCCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCEA is #943315. Grayscale: #B2B2B2. Windows color (decimal): -9712406 or 15387755. OLE color: 15387755.

HSL color Cylindrical-coordinate representation of color #6BCCEA: hue angle of 194.17º degrees, saturation: 0.75, 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 #6BCCEA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 204 234 -
CMYK 0.54 0.13 0 0.08
HSL 194.17º 0.75% 0.67% -
HSV(B) 194.17º 0.54% 0.92% -
XYZ 42.51 52.25 85.69 -
YUV 178.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 107 204 234 0.54 0.13 0 0.08 194.17 0.75 0.67
Hex 6B CC EA 36 D 0 8 C2 4B 43
Octal 153 314 352 66 15 0 10 302 113 103
Binary 1101011 11001100 11101010 110110 1101 0 1000 11000010 1001011 1000011

Color Harmonies of #6BCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCEA

Black with #6BCCEA

Text Example


Text Example

White with #6BCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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