Html Css Color HEX #6BCAE0 Turquoise Blue

📋 copy color: '#6BCAE0'

red 107 ◦ green 202 ◦ blue 224

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

Shades of Turquoise Blue #6BCAE0

Tints of Turquoise Blue #6BCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 20.08%
G = 37.9%
B = 42.03%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BCAE0 (or 0x6BCAE0) is known color: Turquoise Blue. HEX triplet: 6B, CA and E0. RGB value is (107,202,224). Sum of RGB (Red+Green+Blue) = 107+202+224=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAE0 is #94351F. Grayscale: #AFAFAF. Windows color (decimal): -9712928 or 14731883. OLE color: 14731883.

HSL color Cylindrical-coordinate representation of color #6BCAE0: hue angle of 191.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCAE0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 202 224 -
CMYK 0.52 0.10 0 0.12
HSL 191.28º 0.65% 0.65% -
HSV(B) 191.28º 0.52% 0.88% -
XYZ 40.64 50.75 78.17 -
YUV 176.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 107 202 224 0.52 0.10 0 0.12 191.28 0.65 0.65
Hex 6B CA E0 34 A 0 C BF 41 41
Octal 153 312 340 64 12 0 14 277 101 101
Binary 1101011 11001010 11100000 110100 1010 0 1100 10111111 1000001 1000001

Color Harmonies of #6BCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAE0

Black with #6BCAE0

Text Example


Text Example

White with #6BCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,224); }

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

background-color css

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

 a { background-color: rgb(107,202,224); }

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

border-color css

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

 span { border-color: rgb(107,202,224); }

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