Html Css Color HEX #6BEAEC Turquoise Blue

📋 copy color: '#6BEAEC'

red 107 ◦ green 234 ◦ blue 236

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

Shades of Turquoise Blue #6BEAEC

Tints of Turquoise Blue #6BEAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.55%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 18.54%
G = 40.55%
B = 40.9%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BEAEC (or 0x6BEAEC) is known color: Turquoise Blue. HEX triplet: 6B, EA and EC. RGB value is (107,234,236). Sum of RGB (Red+Green+Blue) = 107+234+236=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAEC is #941513. Grayscale: #C4C4C4. Windows color (decimal): -9704724 or 15526507. OLE color: 15526507.

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

Color convert

RGB 107 234 236 -
CMYK 0.55 0.01 0 0.07
HSL 180.93º 0.77% 0.67% -
HSV(B) 180.93º 0.55% 0.93% -
XYZ 50.63 68.03 89.82 -
YUV 196.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 107 234 236 0.55 0.01 0 0.07 180.93 0.77 0.67
Hex 6B EA EC 37 1 0 7 B5 4D 43
Octal 153 352 354 67 1 0 7 265 115 103
Binary 1101011 11101010 11101100 110111 1 0 111 10110101 1001101 1000011

Color Harmonies of #6BEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAEC

Black with #6BEAEC

Text Example


Text Example

White with #6BEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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