Html Css Color HEX #6BE7EE Turquoise Blue

📋 copy color: '#6BE7EE'

red 107 ◦ green 231 ◦ blue 238

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

Shades of Turquoise Blue #6BE7EE

Tints of Turquoise Blue #6BE7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.1%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 18.58%
G = 40.1%
B = 41.32%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BE7EE (or 0x6BE7EE) is known color: Turquoise Blue. HEX triplet: 6B, E7 and EE. RGB value is (107,231,238). Sum of RGB (Red+Green+Blue) = 107+231+238=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BE7EE is #941811. Grayscale: #C2C2C2. Windows color (decimal): -9705490 or 15656811. OLE color: 15656811.

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

Color convert

RGB 107 231 238 -
CMYK 0.55 0.03 0 0.07
HSL 183.21º 0.79% 0.68% -
HSV(B) 183.21º 0.55% 0.93% -
XYZ 50.07 66.45 91.08 -
YUV 194.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 107 231 238 0.55 0.03 0 0.07 183.21 0.79 0.68
Hex 6B E7 EE 37 3 0 7 B7 4F 44
Octal 153 347 356 67 3 0 7 267 117 104
Binary 1101011 11100111 11101110 110111 11 0 111 10110111 1001111 1000100

Color Harmonies of #6BE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE7EE

Black with #6BE7EE

Text Example


Text Example

White with #6BE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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