Html Css Color HEX #6BEAEA Turquoise Blue

📋 copy color: '#6BEAEA'

red 107 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #6BEAEA

Tints of Turquoise Blue #6BEAEA

RGB

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

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

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

R = 18.61%
G = 40.7%
B = 40.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BEAEA (or 0x6BEAEA) is known color: Turquoise Blue. HEX triplet: 6B, EA and EA. RGB value is (107,234,234). Sum of RGB (Red+Green+Blue) = 107+234+234=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #6BEAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAEA is #941515. Grayscale: #C3C3C3. Windows color (decimal): -9704726 or 15395435. OLE color: 15395435.

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

Color convert

RGB 107 234 234 -
CMYK 0.54 0 0 0.08
HSL 180º 0.75% 0.67% -
HSV(B) 180º 0.54% 0.92% -
XYZ 50.34 67.91 88.3 -
YUV 196.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 107 234 234 0.54 0 0 0.08 180 0.75 0.67
Hex 6B EA EA 36 0 0 8 B4 4B 43
Octal 153 352 352 66 0 0 10 264 113 103
Binary 1101011 11101010 11101010 110110 0 0 1000 10110100 1001011 1000011

Color Harmonies of #6BEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAEA

Black with #6BEAEA

Text Example


Text Example

White with #6BEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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