Html Css Color HEX #6BEEE8 Turquoise Blue

📋 copy color: '#6BEEE8'

red 107 ◦ green 238 ◦ blue 232

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

Shades of Turquoise Blue #6BEEE8

Tints of Turquoise Blue #6BEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.25%

 BLUE value IS 232 (91.02% from 255) = 40.21%

R = 18.54%
G = 41.25%
B = 40.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6BEEE8 (or 0x6BEEE8) is known color: Turquoise Blue. HEX triplet: 6B, EE and E8. RGB value is (107,238,232). Sum of RGB (Red+Green+Blue) = 107+238+232=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEE8 is #941117. Grayscale: #C6C6C6. Windows color (decimal): -9703704 or 15265387. OLE color: 15265387.

HSL color Cylindrical-coordinate representation of color #6BEEE8: hue angle of 177.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEE8 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 238 232 -
CMYK 0.55 0 0.03 0.07
HSL 177.25º 0.79% 0.68% -
HSV(B) 177.25º 0.55% 0.93% -
XYZ 51.2 70.1 87.18 -
YUV 198.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 107 238 232 0.55 0 0.03 0.07 177.25 0.79 0.68
Hex 6B EE E8 37 0 3 7 B1 4F 44
Octal 153 356 350 67 0 3 7 261 117 104
Binary 1101011 11101110 11101000 110111 0 11 111 10110001 1001111 1000100

Color Harmonies of #6BEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEE8

Black with #6BEEE8

Text Example


Text Example

White with #6BEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,238,232); }

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

background-color css

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

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

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

border-color css

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

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

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