Html Css Color HEX #6BEFE4 Turquoise Blue

📋 copy color: '#6BEFE4'

red 107 ◦ green 239 ◦ blue 228

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

Shades of Turquoise Blue #6BEFE4

Tints of Turquoise Blue #6BEFE4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 18.64%
G = 41.64%
B = 39.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#6BEFE4 (or 0x6BEFE4) is known color: Turquoise Blue. HEX triplet: 6B, EF and E4. RGB value is (107,239,228). Sum of RGB (Red+Green+Blue) = 107+239+228=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFE4 is #94101B. Grayscale: #C6C6C6. Windows color (decimal): -9703452 or 15003499. OLE color: 15003499.

HSL color Cylindrical-coordinate representation of color #6BEFE4: hue angle of 175º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFE4 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 228 -
CMYK 0.55 0 0.05 0.06
HSL 175º 0.8% 0.68% -
HSV(B) 175º 0.55% 0.94% -
XYZ 50.93 70.46 84.31 -
YUV 198.28 144.77 62.89 -
System Red Green Blue C M Y K H S L
Decimal 107 239 228 0.55 0 0.05 0.06 175 0.8 0.68
Hex 6B EF E4 37 0 5 6 AF 50 44
Octal 153 357 344 67 0 5 6 257 120 104
Binary 1101011 11101111 11100100 110111 0 101 110 10101111 1010000 1000100

Color Harmonies of #6BEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFE4

Black with #6BEFE4

Text Example


Text Example

White with #6BEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,239,228); }

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

background-color css

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

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

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

border-color css

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

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

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