Html Css Color HEX #34CFE3 Medium Turquoise

📋 copy color: '#34CFE3'

red 52 ◦ green 207 ◦ blue 227

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

Shades of Medium Turquoise #34CFE3

Tints of Medium Turquoise #34CFE3

RGB

 RED value IS 52 (20.7% from 255) = 10.7%

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 10.7%
G = 42.59%
B = 46.71%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#34CFE3 (or 0x34CFE3) is known color: Medium Turquoise. HEX triplet: 34, CF and E3. RGB value is (52,207,227). Sum of RGB (Red+Green+Blue) = 52+207+227=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #34CFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFE3 is #CB301C. Grayscale: #A2A2A2. Windows color (decimal): -13316125 or 14929716. OLE color: 14929716.

HSL color Cylindrical-coordinate representation of color #34CFE3: hue angle of 186.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CFE3 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 207 227 -
CMYK 0.77 0.09 0 0.11
HSL 186.86º 0.76% 0.55% -
HSV(B) 186.86º 0.77% 0.89% -
XYZ 37.59 50.9 80.52 -
YUV 162.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 52 207 227 0.77 0.09 0 0.11 186.86 0.76 0.55
Hex 34 CF E3 4D 9 0 B BB 4C 37
Octal 64 317 343 115 11 0 13 273 114 67
Binary 110100 11001111 11100011 1001101 1001 0 1011 10111011 1001100 110111

Color Harmonies of #34CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CFE3

Black with #34CFE3

Text Example


Text Example

White with #34CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34CFE3; }

 p { color: rgb(52,207,227); }

 H1.HeaderClassName
 {
   color: #34CFE3;
 }
 .AnyTagClassName
 {
   color: #34CFE3;
 }
</style>

background-color css

<style>
 a { background-color: #34CFE3; }

 a { background-color: rgb(52,207,227); }

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

border-color css

<style>
 span { border-color: #34CFE3; }

 span { border-color: rgb(52,207,227); }

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